home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / addproperty.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-10-16  |  1.8 KB  |  59 lines

  1. /******************************************************************/
  2. /*                                                                */
  3. /*                      TurboCAD for Windows                      */
  4. /*                   Copyright (c) 1993 - 2001                    */
  5. /*             International Microcomputer Software, Inc.         */
  6. /*                            (IMSI)                              */
  7. /*                      All rights reserved.                      */
  8. /*                                                                */
  9. /******************************************************************/
  10.  
  11. #if !defined(AFX_ADDPROPERTY_H__FF48D0B3_A20A_11D1_B7A1_000021452DB6__INCLUDED_)
  12. #define AFX_ADDPROPERTY_H__FF48D0B3_A20A_11D1_B7A1_000021452DB6__INCLUDED_
  13.  
  14. #if _MSC_VER >= 1000
  15. #pragma once
  16. #endif // _MSC_VER >= 1000
  17. // AddProperty.h : header file
  18. //
  19.  
  20. /////////////////////////////////////////////////////////////////////////////
  21. // CAddProperty dialog
  22.  
  23. class CAddProperty : public CDialog
  24. {
  25. // Construction
  26. public:
  27.     CAddProperty(CWnd* pParent = NULL);   // standard constructor
  28.  
  29. // Dialog Data
  30.     //{{AFX_DATA(CAddProperty)
  31.     enum { IDD = IDD_ADDPROPERTY };
  32.     CString    m_cstrName;
  33.     CString    m_cstrType;
  34.     BOOL    m_bReadOnly;
  35.     //}}AFX_DATA
  36.  
  37.  
  38. // Overrides
  39.     // ClassWizard generated virtual function overrides
  40.     //{{AFX_VIRTUAL(CAddProperty)
  41.     protected:
  42.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  43.     //}}AFX_VIRTUAL
  44.  
  45. // Implementation
  46. protected:
  47.  
  48.     // Generated message map functions
  49.     //{{AFX_MSG(CAddProperty)
  50.     virtual void OnOK();
  51.     //}}AFX_MSG
  52.     DECLARE_MESSAGE_MAP()
  53. };
  54.  
  55. //{{AFX_INSERT_LOCATION}}
  56. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  57.  
  58. #endif // !defined(AFX_ADDPROPERTY_H__FF48D0B3_A20A_11D1_B7A1_000021452DB6__INCLUDED_)
  59.